PHP Streams函数

PHP streamWrapper::stream_eof() 方法检查文件指针上的文件结尾。调用此方法是为了响应 feof() 函数。

语法

public streamWrapper::stream_eof() 

参数

无需参数。

返回值

如果读写位置在末尾则返回true如果没有更多数据可供读取,则为流,否则为 false。